CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - video edge

搜索资源列表

  1. xingmfc

    0下载:
  2. 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:234268
    • 提供者:邢文君
  1. demosaic

    0下载:
  2. 解Demosaici,使用连续逼近的方法!-Motion-compensated (MC) video coding has been dominating in the past decades. From MPEG-1/2 to MPEG-4, H.263 and the latest H.264, we have witnessed that the accumulative improvement of MC video coding. However, what lacks in th
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:34858
    • 提供者:panhanming
  1. paper

    0下载:
  2. 智能交通监视系统中基于边缘的运动目标提取算法 本文的算法是基于C++和OPEN CV实现的,要运行此程序首先要安装这两个软件 由于本文在采集图像时用到的视频图像较大 ,要100多兆,所以演示程序采用另一个视频,以观其效果 本程序中采用视频序列的前四十帧的奇数帧提取出背景边缘,用参数backframes来控制,backframes/2 即是采用的帧数。 cedge_thresh1和cedge_thresh2来控制做背景检测是用到的CANNY算子的两个阈值。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1709229
    • 提供者:陈忠厚
  1. VCcode

    0下载:
  2. 这是孙鑫视频里面的源代码,好不容易找到的,可边看视频边学习-SUN Xin This is a video inside the source code, hard to find and can be watching video edge study
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1762153
    • 提供者:王江
  1. ImageProcessing

    0下载:
  2. Hough变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割和种子填充的源码。-Hough transform, edge detection, bad video method, contour extraction and tracking, template matching, projection method, image recovery, threshold segmentation of the source and seed filling.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4782819
    • 提供者:胡春梅
  1. OpenCV_FirstDemo

    0下载:
  2. OpenCV的初学练习,包含简单的图像处理,边缘检测、视频处理等等,可作为初学者的入门练习参考。-OpenCV of beginner exercises, including simple image processing, edge detection, video processing and so on, can be used as reference for beginners to practice entry.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:235798
    • 提供者:suffering
  1. laplace

    0下载:
  2. 利用OPENCV,从摄像头或AVI文件中得到视频流,对视频进行边缘检测,并输出结果-The use of OPENCV, from camera or AVI file to be video streaming of video edge detection, and output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:421138
    • 提供者:王鹤
  1. Opencvcamecaptureaviedgedetection

    0下载:
  2. 利用opencv编写的一段从摄像头或avi文件捕捉视频流并进行边缘检测的程序代码-Opencv prepared to use a section or from the camera to capture video streaming avi files and program code for edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:421119
    • 提供者:xuefengathena
  1. OpenCv_ex16

    0下载:
  2. 在VC++下利用OPENCV,对从外部视频设备或AVI文件中捕获视频流,并对视频流进行实时的边缘检测-In VC++ under the use of OPENCV, from the external equipment or AVI video files to capture video streaming, video streaming and real-time edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3076354
    • 提供者:bit319
  1. Edge_Detection

    0下载:
  2. Edge Detection This demo finds the edges of objects in a video stream using the Prewitt method. You can double-click the Edge Detection block and adjust the Threshold parameter while the simulation is running. The higher you make the thre
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:6227
    • 提供者:radim.rh
  1. videoedge

    0下载:
  2. 本程序使用视频和图像处理模块库来找到一个视频流中对象的边缘。-The program uses video and image processing module library to find a video stream edge of the object.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1269
    • 提供者:若苦
  1. edge

    0下载:
  2. 将视频的边缘检测出来,可以自己设定阈值,阈值不同,边缘检测结果不同-Detected the edge of the video, you can set their own threshold, threshold values are different, the results of different edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1429459
    • 提供者:杨虎
  1. opencv-example

    0下载:
  2. OPENCV的例程,使用OPENCV进行图形图像处理和视频处理,包括图像结构,边缘检测,背景建模等模块-the routine use of OPENCV,including graphical image processing and video processing, image structure, edge detection, background modeling module
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1534487
    • 提供者:
  1. edge-detectoe

    1下载:
  2. 能够将YUV视频转化为一帧一帧的形式,是视频处理的一个非常有用的软件,不过只能够试用32天。-YUV video can be converted to a one form of video processing is a very useful software, but only trial 32 days.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-13
    • 文件大小:2707580
    • 提供者:徐运彬
  1. The-video-streaming-edge-detection

    1下载:
  2. 视频流边缘检测,放一段小视频,可以很好的检测出边缘。-The video streaming edge detection, put a little video, can be very good to detect the edges.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:3006001
    • 提供者:jianghui
  1. video-streaming

    0下载:
  2. 从摄像头或者AVI文件中得到视频流,对视频流进行边缘检测。-From the camera or AVI file in video streaming, video streaming for edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1086
    • 提供者:庞亮
  1. edge-denoise

    0下载:
  2. 视频降噪处理,边缘处理,中值滤波,结果可以在生成的excel文件中得到信噪比-Video noise reduction processing, edge processing, median filtering, results can be generated in the excel file get signal-to-noise ratio
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2161251
    • 提供者:武海涛
  1. image-and-video-edge-detection

    0下载:
  2. 基于Simulink的图像及视频边缘检测 边缘检测方面的资料-Simulink-based image and video edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:223299
    • 提供者:guotaotao
  1. OpenCV-camera-video-capture-sample

    0下载:
  2. 旧版OpenCV总是打不开现在的电脑摄像头,因此,查阅Opencv3.0文档后,发现其中部分类做了改进,程序为通过OpenCV3.0版本中的VideoCapture类打开电脑自带摄像头,用Mat类读取每帧图像,并利用边缘检测算法对视频边缘检测输出。-Older always OpenCV computer camera not open now, so consult Opencv3.0 document, found part of the class has been improved th
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7336374
    • 提供者:liang
  1. Edge-Detection

    0下载:
  2. An Augmented Reality app that demonstrates basic computer vision concepts such as greyscaling, thresholding, edge detection, homography, corner detection...its a long list. It paints a 3D image on any detected markers. Here is a crude video that
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:7094272
    • 提供者:穿山甲说
« 12 3 4 5 »
搜珍网 www.dssz.com